home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod04 / Al / Shared.Dir / 00900.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  190 b   |  9 lines

  1. on startMovie
  2.   global gBackPack
  3.   set HC to the number of cast "handCursor"
  4.   cursor([HC, HC + 1])
  5.   if getOne(gBackPack, #vmap) = 0 then
  6.     set the visible of sprite 45 to 0
  7.   end if
  8. end
  9.